Map type

A Map variable stores many values, each related to a different 'key'. For instance, you might want to store a number of phone numbers and relate them to different names, all in the one variable.

In thr following example, the variable is P. Its keys are:

Use the Set variable part to relate values to the keys as follows:

Tips for use:

See also: